home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Pier Shareware 4
/
The Pier Shareware #4 (The Pier Exchange) (1994).ISO
/
038
/
prochook.exe
/
SCW.H
< prev
next >
Wrap
Text File
|
1994-01-01
|
399b
|
17 lines
/*
SCW.H - Copyright (c) 1993 James M. Finnegan, All Rights Reserved
*/
// Definitions for dialog box stuff
#define IDL_MAINBOX 100
#define IDB_CLEAR 200
#define IDB_EXIT 201
// Our message to set the tabs in the listbox
#define WM_SETLBTABS WM_USER+100
// Declarations
long WINAPI WndProc(HWND, UINT, WPARAM, LPARAM);
WORD WINAPI NewSetClassWord(HWND, int, WORD);